![]() PDD file (206K) |
![]() ClarisWorks 4 file (36K) |
![]() QuickView file (284K) |
TECHNOTE 1014 Release 2.0 |
FEBRUARY 1996 |
By Ingrid Kelly
inge@apple.com
Apple Developer Technical Support (DTS)
This Technical Note discusses known errors and omissions in Inside Macintosh: QuickDraw GX Printing Extensions and Drivers .
Topics:
QuickDraw GX sends the GXDoesPaperFit message to limit the number of paper-type names that appear in the Paper pop-up menu in the Input Trays and Paper Mismatch dialogs. It does NOT limit the number of paper-type names for the Page Setup dialog box. You can override the GXDoesPaperFit message to notify QuickDraw GX that a certain paper type does not work in the specified paper tray on your device.
OSErr MyRasterLineFeed(short *lineFeedSize,Ptr buffer, unsigned long *bufferPos,gxRasterImageDataHdl imageData);Should be corrected to read:
OSErr MyRasterLineFeed(long *lineFeedSize, Ptr buffer, unsigned long *bufferPos, gxRasterImageDataHdl imageDataHdl)
OSErr MyWriteStatusToDTPWindow (gxStatusRecord aStatusRecord, gxDisplayRecord aDisplayRecord);should be corrected to read:
OSErr MyWriteStatusToDTPWindow (gxStatusRecord *aStatusRecord, gxDisplayRecord *aDisplayRecord);
Figure 6-33 shows the wrong value for the Render options field. It should be 4 bytes(long), not 2(short).
Return to Technotes Table of Contents
Return to About Macintosh Technotes
Return to Developer Services and Products
Send feedback to devfeedback@applelink.apple.com.
[last modified by fch on 28-Feb-96]